Skip to content

refactor: change ci actions to run on push#3320

Merged
dnechay merged 1 commit intodevelopfrom
dnechay/ga-triggers
May 7, 2025
Merged

refactor: change ci actions to run on push#3320
dnechay merged 1 commit intodevelopfrom
dnechay/ga-triggers

Conversation

@dnechay
Copy link
Copy Markdown
Collaborator

@dnechay dnechay commented May 5, 2025

Issue tracking

N/A

Context behind the change

Recently changed triggers for actions, it led to actions run twice when there is a PR opened to main branch and you merge a PR to develop.

The main difference between pull_request and push triggers is that push runs on the actual commits history from branch/ref, but pull_request runs on "merge commit". In case we change it to always be push - in PRs it will run on exact commit history only, removing duplicates. It should be fine because after we do actual merge we will run on develop/main as on push trigger to see if it's all good.

How has this been tested?

  • PR checks

Release plan

Just merge

Potential risks; What to monitor; Rollback plan

No

@vercel
Copy link
Copy Markdown

vercel bot commented May 5, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
human-app ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 5, 2025 5:32pm
human-dashboard-frontend ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 5, 2025 5:32pm
staking-dashboard ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 5, 2025 5:32pm
2 Skipped Deployments
Name Status Preview Comments Updated (UTC)
faucet-frontend ⬜️ Ignored (Inspect) Visit Preview May 5, 2025 5:32pm
faucet-server ⬜️ Ignored (Inspect) Visit Preview May 5, 2025 5:32pm

Copy link
Copy Markdown
Contributor

@Dzeranov Dzeranov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm
@portuu3 please take a look

@dnechay dnechay merged commit 508a14b into develop May 7, 2025
12 checks passed
@dnechay dnechay deleted the dnechay/ga-triggers branch May 7, 2025 13:43
@dnechay dnechay mentioned this pull request May 7, 2025
15 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants